DataCollection | ComponentOne
C1.DataCollection.SignalR.Client Assembly / C1.DataCollection.SignalR.Client Namespace / C1ProxyDataCollection<T> Class / Mode Property

In This Topic
    Mode Property (C1ProxyDataCollection<T>)
    In This Topic
    Gets or sets the way the items will be loaded
    Syntax
    'Declaration
     
    Public Property Mode As VirtualDataCollectionMode
    public VirtualDataCollectionMode Mode {get; set;}
    See Also